put "Hello" && GetStr(-16096) & comma into cd fld theText
put " Click here to create a personalized music compact disc" && "controller stack. Information on your CD collection will be" && "read from the" && quote & "CD Remote Programs" & quote && "file" && "in your System Folder (this file is created and maintained by" && "the" && quote & "CD Remote" & quote & " desk accessory). A new" && "HyperCard stack which can play your music CDs will be created." into line 3 of cd fld theText
put return & " " into i
put return & i & "Chris Clauss" after cd fld theText
put return & i & "America Online: Clauss" after cd fld theText
put i & "AppleLink: Clauss1" after cd fld theText
put i & "CompuServe: 70357,674" after cd fld theText
put i & "Internet: Clauss1@AppleLink.Apple.Com" after cd fld theText
wait 3 seconds
pass openStack
end openStack
on closeStack
put return & " Goodbye," && GetStr(-16096) & "." into cd fld theText
wait 1 second
repeat with i = 1 to number of cd flds
put empty into cd fld i
end repeat
pass closeStack
end closeStack
-- Script of new stack's bg fld trackTitles is below.
-- The restOfScript() routine will cut this script here ***
on mouseUp playNow end mouseUp on playNow cdOpen cdPlayTrack 5 end playNow